Skip to main content
Version: 1.x.x

ProgressRequestDataType


import { ProgressRequestDataType } from "@hyper-fetch/core"

Description

Defined in client/fetch.client.types.ts:71

Preview

type ProgressRequestDataType = {
loaded: number;
total: number;
}

Structure

{
loaded: number;
total: number;
}